home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / telecom / bkey200b.zip / BLUEKEY.CMD < prev    next >
OS/2 REXX Batch file  |  1996-08-20  |  844b  |  44 lines

  1. % BlueKey PGP commands {+}
  2. %
  3. % This file includes the pgp commands used by BlueKey. Each line includes
  4. % a single switch. The other components of the command are set by BlueKey. 
  5. % You can change these commands only if you REGISTERED. The shareware
  6. % does not read this file.
  7. % If you are not familiar with PGP, don't change the commands. If you do
  8. % know all about PGP, feel free to add commands such as -zPassphrase or
  9. % batchmode and others.
  10. % DO NOT change the order of the commands in this file!
  11. %
  12. % Export key from message:
  13.  
  14. -ka
  15.  
  16. % Import key to message:
  17.  
  18. -kxa
  19.  
  20. % Clearsign a message:
  21.  
  22. -sta
  23.  
  24. % Sign and encrypt a message:
  25.  
  26. -esa
  27.  
  28. % Sign a message:
  29.  
  30. -sa
  31.  
  32. % Encrypt a message:
  33.  
  34. -ea
  35.  
  36. % Decrypt a message / Check Signature:
  37.  
  38.  
  39.  
  40. % Yes, there's no switch for decrypting a message...
  41. % End of file
  42.